Texture.saveToTiff

Store the given @texture to the @filename as a TIFF file.

GTK will attempt to store data without loss.

class Texture
bool
saveToTiff
(
string filename
)

Parameters

filename string

the filename to store to

Return Value

Type: bool

%TRUE if saving succeeded, %FALSE on failure.

Meta